Welcome back to my AI blog! In my last post, I gave a brief about Arabic Sign Language Recognition. Today, I’ll help you continue your journey with prepare your dataset and build your ArASL model.
[Read More]
Introduction to Arabic Sign Language Recognition
Introduction to Arabic Sign Language Recognition with MediaPipe framework and custom Deep Learning approach.
[Read More]
Speeding up TensorFlows Input Pipeline
Doubling the training speed by adding two arguments to the new input pipeline - or why you should always carefully read the docs.
[Read More]
Example of TensorFlows new Input Pipeline
With version 1.2rc0 TensorFlow has gotten a new input pipeline. In this blog post I will explain usage and give an example of an entire input pipeline.
[Read More]
Finetuning AlexNet with TensorFlow
This blog post will guide you on how to finetune AlexNet with pure TensorFlow.
[Read More]
Understanding the backward pass through Batch Normalization Layer
An explanation of gradient flow through BatchNorm-Layer following the circuit representation learned in Standfords class CS231n.
[Read More]